home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Graphics / PicShow / PicShow.readme < prev    next >
Encoding:
Text File  |  2001-09-01  |  3.3 KB  |  105 lines

  1. Short:    Datatype picture viewer for directory tools
  2. Uploader: thomas-rapp@web.de (Thomas Rapp)
  3. Author:   thomas-rapp@web.de (Thomas Rapp)
  4. Type:     gfx/show
  5. Version:  1.2
  6.  
  7.  
  8. New since Version 1.1:
  9. ======================
  10.  
  11. - can be started from Workbench
  12.  
  13. - opens a file requester if no file is specified
  14.  
  15. - slide show function
  16.  
  17.  
  18. Introduction
  19. ============
  20.  
  21. This program is meant to be configured as picture viewer in directory
  22. tools like DirOpus or DosControl. It shows the doubleclicked picture
  23. in a borderless window on the specified custom screen. The remarkable
  24. about this program is that it reads the whole directory the picture is
  25. in and you can then choose other pictures out of this directory from
  26. a menu or by pressing the cursor keys.
  27.  
  28.  
  29. Installation
  30. ============
  31.  
  32. Copy the PicShow executable somewhere where your directory tool can
  33. find it. A good place is the C directory.
  34.  
  35.  
  36. Configuration
  37. =============
  38.  
  39. Call PicShow as a Shell program with the following parameters:
  40.  
  41. FILE           The picture to show first. You can specify a directory
  42.                here. In this case the directory is read first and then
  43.                the topmost picture is shown.
  44.  
  45. PUBSCREEN/K    The pubscreen where to open the window. Default is the
  46.                default pubscreen (usually Workbench).
  47.  
  48. P=PATTERN/K    Only picture files that match this name pattern are
  49.                shown in the list.
  50.  
  51. FLASH/S        Flashes the screen (displays beep) after the directory
  52.                read is complete.
  53.  
  54. DONTCHECK/S    Files are not checked if they are pictures before they
  55.                are inserted into the list. This does speed up the
  56.                directory read a lot, but files that are no pictures
  57.                are shown in the list, too. You should use the
  58.                PATTERN parameter to avoid this.
  59.  
  60. DELAY/N        Enable slide show: every n/10 seconds the next picture
  61.                is shown (DELAY=20 means every 2 seconds a new picture).
  62.  
  63.  
  64. If PicShow is started from the Workbench all of the above can be entered as
  65. tooltypes, either in the program icon or in the picture icon that is
  66. activated first. Tooltypes in the picture icon overide those in the program
  67. icon. Picture icons can be activated by shift-click or by specifying
  68. PicShow as default tool.
  69.  
  70.  
  71. Usage
  72. =====
  73.  
  74. When the window showing a picture is open you can do this:
  75.  
  76. o  Quit PicShow 
  77.    -  double click into the window or
  78.    -  press the ESC key or
  79.    -  press Q
  80.  
  81. o  Show the next picture
  82.    -  press the cursor down key or
  83.    -  press the cursor right key or
  84.    -  press the cursor down or right keys on the numeric keypad or
  85.    -  press space bar or
  86.    -  press return
  87.  
  88. o  Show the previous picture
  89.    -  press the cursor up key or
  90.    -  press the cursor left key or
  91.    -  press the cursor up or left keys on the numeric keypad or
  92.    -  press backspace (the <- key above return)
  93.  
  94. o  Show some infos about the current picture
  95.    -  keep the mouse pointer inside the window and don't move it for
  96.       some time
  97.  
  98. o  If the picture is too large to fit into the screen
  99.    -  grab the picture with the left mouse button and move it around.
  100.  
  101. o  Choose a picture from the list
  102.    -  press the right mouse button and hold it down. The list can scroll
  103.       up and down if there are more files than fit into one page. Just
  104.       move the mouse pointer over the arrow(s).
  105.